home *** CD-ROM | disk | FTP | other *** search
/ PCMania 19 / PCMania19.iso / Jogos em Flash / CARTAS / CARIBBEAN_POKER.SWF / scripts / DefineButton2_193 / BUTTONCONDACTION on(press).as next >
Text File  |  2002-05-07  |  447b  |  23 lines

  1. on(press){
  2.    if(tOff == "0")
  3.    {
  4.       if(Total / "3" >= creditsPlayed + "100")
  5.       {
  6.          if(betMover == "1")
  7.          {
  8.             if(Credits >= "100")
  9.             {
  10.                tellTarget("/b-deal")
  11.                {
  12.                   gotoAndStop(1);
  13.                }
  14.                tellTarget("runup")
  15.                {
  16.                   gotoAndPlay(2);
  17.                }
  18.             }
  19.          }
  20.       }
  21.    }
  22. }
  23.